home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #1 / Amiga Plus 1995 #1.iso / fish-disketten / fish_851-860 / d851 / singlefile / singlefile.doc < prev    next >
Text File  |  1994-12-13  |  3KB  |  79 lines

  1.  
  2.                               SingleFile v1.0
  3.  
  4.         Copyright 1993 Philip Dobranski. All rights reserved.
  5.  
  6. SingleFile v1.0 is a program to search a directory hierarchy and find 
  7. duplicate directory and file names.  Works with hard or floppy disks.  
  8. It came as a result of my buying a larger hard disk and finding that I 
  9. still did not have enough space.  Closer examination revealed I had 
  10. several copies of the same file.  SingleFile can save you time and money
  11. by helping identify duplicate files.
  12.  
  13. SingleFile is SHAREWARE.  I am only asking a modest shareware fee of seven
  14. dollars ($7.00) in U.S. funds.  I know this program will be used to save
  15. space on your own disks, saving you money and time (doing backups).  Please
  16. help keep the Amiga alive by contributing to shareware authors.  Permission
  17. is hereby granted for distribution in the Fred Fish collection of
  18. freely distributable software, and on USENET archives as long as this
  19. README file accompanies the SingleFile executable.  Under no circumstances
  20. should this be included in a commercial distribution or sold for profit
  21. without the express written permission of the author.
  22.  
  23. If sufficient support is provided (i.e. enough registrations) I will
  24. write an Intuition front-end and send copies to all registered users.
  25.  
  26. Registration fees and comments should be sent to:
  27.  
  28.         Philip Dobranski
  29.         P.O. Box 494861
  30.         Garland, TX 75049-4861
  31.  
  32. SingleFile is distributed "as is."  No warranty is expressed or implied.
  33.  
  34. SingleFile is executed from the CLI only.  Command options are as follows:
  35.  
  36.    SingleFile directory [-D] [-F] [-I] -[C]
  37.  
  38. where "directory" is the starting point of the search.  This can be 
  39. the root of a disk, or a subdirectory on the disk.
  40.  
  41.    -D prohibits the output of duplicate directory names
  42.       (default is to print directory names)
  43.    -F prohibits the output of duplicate file names
  44.       (default is to print file names)
  45.    -I tells the program to print .info files 
  46.       (default is not to output anything that contains ".info")
  47.    -C tells the program that uppercase is different than lower case
  48.       (default is case insensitive searching)
  49.  
  50. Parameters can be entered in any order, but the output will be 
  51. directories (if requested) then files (if requested).
  52.  
  53. Output can, and probably should, be redirected to a file or the printer.
  54.  
  55. Examples:
  56.  
  57. To see if there are any duplicate directories on the floppy in DF0:
  58. and save the results in file "ram:floppylist"
  59.  
  60.    SingleFile DF0: -F >ram:floppylist
  61.  
  62. To see if there are any duplicate directories or files on hard disk 
  63. partition WORK: and send the output to the printer:
  64.  
  65.    SingleFile WORK: >PRT:
  66.  
  67. A final note:
  68.  
  69. SingleFile builds a rather large linked list in memory.  As such,
  70. if you have insuffficient memory the program will not be able to 
  71. complete a search of the directory.  Your stack should be
  72. at least 10,000 bytes and it will probably be a good idea to reboot
  73. your machine after running SingleFile to clear up memory fragmentation.
  74. To help reduce wasted space, file/directory names are limited to 40
  75. bytes and the total path of any file or directory is limited to
  76. 120 bytes.
  77.  
  78. Enjoy the extra disk space and reduced backup times!  And please support 
  79. shareware distributors (Fred Fish) and authors.